- color
HipColor color()
Undocumented in source. Be warned that the author may not have intended to support it.
- color
HipColor color(HipColor c)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawableTextCount
size_t drawableTextCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSize
void getSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- getVertices
void[] getVertices()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAlign
void setAlign(HipTextAlign alignh, HipTextAlign alignv)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPosition
void setPosition(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text(string newText)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateAlign
void updateAlign(int lineNumber, int displayX, int displayY, int boundsWidth, int boundsHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateText
void updateText(IHipFont font)
Undocumented in source. Be warned that the author may not have intended to support it.
Formatting the text: Text should be formatted using the $() syntax. Currently, no formatting is support, but that syntax is reserved and in the future, it will be used as for example: $(RGB, 1.0, 1.0, 1.0) or even $(WHITE), so, basic parsing is being done for accounting how many text does really need to be rendered.